projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ca462
)
(Fsignal): Don't reset redisplaying_p here.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 17 Aug 1999 22:44:44 +0000
(22:44 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 17 Aug 1999 22:44:44 +0000
(22:44 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 735d1ee6f2587c5265c309050d5a4e8f5089de65..b7e29f068c9262c9572df877cd771bfba142cf83 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-1219,7
+1219,6
@@
See also the function `condition-case'.")
Lisp_Object real_error_symbol;
Lisp_Object combined_data;
extern int display_busy_cursor_p;
- extern int redisplaying_p;
immediate_quit = 0;
if (gc_in_progress || waiting_for_input)
@@
-1236,7
+1235,6
@@
See also the function `condition-case'.")
if (display_busy_cursor_p)
Fx_hide_busy_cursor (Qt);
#endif
- redisplaying_p = 0;
/* This hook is used by edebug. */
if (! NILP (Vsignal_hook_function))